Convert Excel to HTML
The code example above demonstrates how to convert an Excel file to HTML using IronXL for Python. The HtmlExportOptions class is used to customize the HTML output. The available options are:
OutputRowNumbersproperty: Controls whether row numbers are included in the resulting HTML file.OutputColumnHeadersproperty: Controls whether column headers are included in the resulting HTML file.OutputHiddenRowsproperty: Controls whether hidden rows are displayed in the resulting HTML file.OutputHiddenColumnsproperty: Controls whether hidden columns are displayed in the resulting HTML file.OutputLeadingSpacesAsNonBreakingproperty: Controls whether leading spaces in cells are rendered as non-breaking spaces in the resulting HTML file.
Discover more Excel file type conversions with IronXL for Python.






